home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9626 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  993 b 

  1. Path: inforamp.net!ts1-10
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ Linker Error:  Please help
  5. Date: Sun, 03 Mar 96 06:10:33 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hbd4f$899@sam.inforamp.net>
  8. References: <4h0a3p$r2f@impulse.wichita.com>
  9. NNTP-Posting-Host: ts1-10.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4h0a3p$r2f@impulse.wichita.com>,
  13.    TomAtkisson <cyclop19@mail.dtc.net> wrote:
  14. >I am new to Turbo C++ compiler.  I am trying to compile a Windows program 
  15. >but am getting several linker errors like the ones below.
  16. >
  17. >Linker error: Undefined symbol tapplication::~tapplication() in module 
  18. >EX10-01.CPP <- this is the program name I am trying to run.
  19.  
  20. You need to link in the OWL library.  You should have a checkbox in the linker 
  21. settings to do this.  I think your options are "do not link", "static link" 
  22. and "dynamic link."  You most likely want to dynamically link it.
  23.  
  24. Agrivar
  25.